projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e976abe
)
autogen.sh: run gtkdocize before aclocal
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Sep 2010 16:45:51 +0000
(12:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Sep 2010 16:45:51 +0000
(12:45 -0400)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 71709baa84b6f1e8d5137748c074562545b27a0a..1ad0b06970f07fafcbfec84c9724214a9655daf1 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-110,10
+110,11
@@
rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
+gtkdocize || exit $?
+
$ACLOCAL -I m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?
-gtkdocize || exit $?
autoheader || exit $?